home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / xm-dos.h < prev    next >
C/C++ Source or Header  |  1994-05-27  |  387b  |  18 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* Inhibit cccp.c's definition of putenv.  */
  4. #define HAVE_PUTENV
  5.  
  6. /* Use semicolons to separate elements of a path.  */
  7. #define PATH_SEPARATOR ';'
  8.  
  9. /* Use backslashs to separate levels of directory.  */
  10. #define DIR_SEPARATOR '\\'
  11.  
  12. /* Suffix for executable file names.  */
  13. #define EXECUTABLE_SUFFIX ".exe"
  14.  
  15. #define MKTEMP_EACH_FILE 1
  16.  
  17. #define NO_PRECOMPILES 1
  18.